Autogenerated HTML docs for v2.5.1-454-g16163 
diff --git a/git-config.txt b/git-config.txt index 02ec096..2608ca7 100644 --- a/git-config.txt +++ b/git-config.txt 
@@ -14,13 +14,13 @@  'git config' [<file-option>] [type] --replace-all name value [value_regex]  'git config' [<file-option>] [type] [-z|--null] --get name [value_regex]  'git config' [<file-option>] [type] [-z|--null] --get-all name [value_regex] -'git config' [<file-option>] [type] [-z|--null] --get-regexp name_regex [value_regex] +'git config' [<file-option>] [type] [-z|--null] [--name-only] --get-regexp name_regex [value_regex]  'git config' [<file-option>] [type] [-z|--null] --get-urlmatch name URL  'git config' [<file-option>] --unset name [value_regex]  'git config' [<file-option>] --unset-all name [value_regex]  'git config' [<file-option>] --rename-section old_name new_name  'git config' [<file-option>] --remove-section name -'git config' [<file-option>] [-z|--null] -l | --list +'git config' [<file-option>] [-z|--null] [--name-only] -l | --list  'git config' [<file-option>] --get-color name [default]  'git config' [<file-option>] --get-colorbool name [stdout-is-tty]  'git config' [<file-option>] -e | --edit @@ -159,7 +159,7 @@    -l::  --list:: -	List all variables set in config file. +	List all variables set in config file, along with their values.    --bool:: 	'git config' will ensure that the output is "true" or "false" @@ -190,6 +190,10 @@ 	output without getting confused e.g. by values that 	contain line breaks.   +--name-only:: +	Output only the names of config variables for `--list` or +	`--get-regexp`. +  --get-colorbool name [stdout-is-tty]::   	Find the color setting for `name` (e.g. `color.diff`) and output